go.opentelemetry.io/otel/trace/internal/telemetry.protoUint64.Uint64 (method, view implemented interface methods)

4 uses

	go.opentelemetry.io/otel/trace/internal/telemetry (current package)
		number.go#L45: func (i *protoUint64) Uint64() uint64 { return uint64(*i) }
		span.go#L205: 			v := int64(min(val.Uint64(), math.MaxInt64)) // nolint: gosec  // Overflow checked.
		span.go#L210: 			v := int64(min(val.Uint64(), math.MaxInt64)) // nolint: gosec  // Overflow checked.
		span.go#L364: 			v := int64(min(val.Uint64(), math.MaxInt64)) // nolint: gosec  // Overflow checked.